projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2e7d1
)
(main): Call syms_of_insdel.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Nov 1996 21:36:20 +0000
(21:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Nov 1996 21:36:20 +0000
(21:36 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index c395facaa8bd24eee2b9038cfdfeb821e6a8c663..f44b7cf3f2477c9e682ab6f0035985a5c7339c1e 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-937,6
+937,7
@@
the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
syms_of_filelock ();
#endif /* CLASH_DETECTION */
syms_of_indent ();
+ syms_of_insdel ();
syms_of_keyboard ();
syms_of_keymap ();
syms_of_macros ();